mysql where in 字符串分割无法查询数据换种思路FIND_IN_SET
select barType from bar_info where orderId='H5201702154317'; 用字典表联查后使用group_concat将分组结果连接,得到期望结果: ...
select barType from bar_info where orderId='H5201702154317'; 用字典表联查后使用group_concat将分组结果连接,得到期望结果: ...